home *** CD-ROM | disk | FTP | other *** search
- global mousey, runprog, theprog
-
- on exitFrame me
- if the rollover = 10 then
- sprite(10).memberNum = 5
- else
- sprite(10).memberNum = 4
- end if
- if the rollover = 11 then
- sprite(11).memberNum = 3
- else
- sprite(11).memberNum = 2
- end if
- if the rollover = 12 then
- sprite(12).memberNum = 7
- else
- sprite(12).memberNum = 6
- end if
- if the rollover = 13 then
- sprite(13).memberNum = 9
- else
- sprite(13).memberNum = 8
- end if
- if the rollover = 14 then
- sprite(14).memberNum = 11
- else
- sprite(14).memberNum = 10
- end if
- if (the rollover = 10) and the mouseDown and (mousey = 0) then
- mousey = 1
- theprog = "\browser\browser.exe"
- buttoncode()
- end if
- if (the rollover = 11) and the mouseDown and (mousey = 0) then
- mousey = 1
- theprog = "\arena\Arena106.exe"
- buttoncode()
- end if
- if (the rollover = 14) and the mouseDown and (mousey = 0) then
- mousey = 1
- theprog = "\dosbox\DOSBox0.61-win32-installer.exe"
- buttoncode()
- end if
- if (the rollover = 12) and the mouseDown then
- go(49)
- end if
- if sound(1).isBusy() then
- nothing()
- else
- puppetSound(1, "music")
- end if
- go(the frame)
- end
-
- on mouseUp
- mousey = 0
- end
-
- on buttoncode
- put "ok"
- put the pathname
- runprog = baOpenFile(the pathname & theprog, "normal")
- end
-
- on weblink
- openurl = baOpenURL("http://www.livepublishing.co.uk/retro", "maximised")
- end
-